home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / sforce / go.bat < prev    next >
DOS Batch File  |  1996-02-18  |  353b  |  22 lines

  1. @echo off
  2. @echo  
  3. @echo Press Esc to quit                                 Select CD-Rom
  4. @echo  
  5. @pause
  6. indxldat index5 to index1 /set=on /ver=on
  7. if not errorlevel 1 goto end
  8. if not errorlevel 2 goto a
  9. if not errorlevel 5 goto end
  10. :a
  11. cls
  12. indxldat index6 to index1 /set=off 
  13. goto exit
  14. :b
  15. :c
  16. :end
  17. cls
  18. echo ShadowForce aborted.
  19. :exit
  20.  
  21.  
  22.